RESTORE

Syntax: RESTORE [line_no]
Location: QL ROM

In any program which uses DATA statements, it is necessary to tell the interpreter where the data begins within the program, so that it knows where to look when it encounters a READ command.

RESTORE allows you to set the data pointer to a specific line number within a SuperBASIC program. If line_no is not specified, then the data pointer is moved to the start of a program allowing all DATA within a program to be READ.

CROSS-REFERENCE:
See DATA and READ. 
Please also refer to RENUM.
